docs: Fix property annotation
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 22 Feb 2021 14:52:40 +0000 (14:52 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:32 +0000 (16:37 +0000)
gtk/gtkentry.c

index 0427fa81d77345af53f30e086d1b779481fb560f..6e01cbeb035d4a9f3d2b6a64d6256457534297ef 100644 (file)
@@ -526,7 +526,7 @@ gtk_entry_class_init (GtkEntryClass *class)
                             GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
 
   /**
-   * GtkEntry:invisible=char:
+   * GtkEntry:invisible-char:
    *
    * The character to use when masking entry contents (“password mode”).
    */